home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pink Daily - The Pink Days
/
Pink Daily - The Pink Days.iso
/
mac
/
PinkData
/
RDa1.dir
/
00029_Script_29
< prev
next >
Wrap
Text File
|
1995-08-15
|
458b
|
31 lines
on setVO
set the volume of sound 1 = 200
end
on mainBGM
if not soundBusy(1) then
sound playFile 1,"mainm.AIF"
setVO
end if
end
on clickSE
-- puppetSound "SEclick.AIF"
sound playFile 2,"SEclick.AIF"
sound stop 1
end
on photoBGM
if not soundBusy(1) then
sound playFile 1, "slide.AIF"
setVO
end if
end
on intBGM
if not soundBusy(1) then
sound playFile 1,"intv.AIF"
setVO
end if
end